func golang.org/x/crypto/argon2.indexAlpha

2 uses

	golang.org/x/crypto/argon2 (current package)
		argon2.go#L220: 			newOffset := indexAlpha(random, lanes, segments, threads, n, slice, lane, index)
		argon2.go#L257: func indexAlpha(rand uint64, lanes, segments, threads, n, slice, lane, index uint32) uint32 {